Tapping on Edit gives me a way to select files and delete them. If it doesn‘t show for you, it might be a bug and their customer support might be able to help.
If you want to delete only specific files within an app's "Documents and Data," you'll need to delete them manually within the app. To delete all "Documents and Data" from your phone, you can try resetting your iPhone to its fa
Removes the file or directory at the specified URL. The code fragment below shows how to delete a file using removeItem(at:): try FileManager.default.removeItem(at: fileUrl) print("Could not delete file: \(error)")
Today, I’m going to show you how to store data in your iOS app. Learn how to read, delete, and write data to files and directories using FileManager in Swift.